home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des... Jeux / La Bible des... Jeux.iso / Les Sharewares / Educatifs / A Panda is for Life... / Musical Panda / Musical Panda.6 / 00122_SnowflakePF.ls < prev    next >
Encoding:
Text File  |  1995-12-03  |  254 b   |  10 lines

  1. property ancestor
  2.  
  3. on birth me, listposition
  4.   global FFLAKE
  5.   set ancestor to birth(script "Snowflake", listposition, FFLAKE)
  6.   set the stretch of sprite (listposition + FFLAKE) to 1
  7.   set the ink of sprite (listposition + FFLAKE) to 36
  8.   return me
  9. end
  10.